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

[JENKINS] Lucene-Solr-cloud2refimpl-Linux (64bit/jdk-11.0.6) - Build # 199 - Still Failing!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-cloud2refimpl-Linux/199/
Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:32977/solr/stale_state_test_col_shard1_replica_n47/update?_stateVer_=stale_state_test_col%3A6&wt=javabin&version=2: non ok status: 404, message:null

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:32977/solr/stale_state_test_col_shard1_replica_n47/update?_stateVer_=stale_state_test_col%3A6&wt=javabin&version=2: non ok status: 404, message:null
	at __randomizedtesting.SeedInfo.seed([6343F3BBA8FCC7CF:D7726B534B15B1E3]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:779)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:518)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:487)
	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:552)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1129)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:943)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1056)
	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.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale(CloudHttp2SolrClientTest.java:917)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.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.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	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([6343F3BBA8FCC7CF:3EF8816576B17F35]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.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([6343F3BBA8FCC7CF:E9F44A5AFE590AC9]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.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 25202 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 19.387 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.CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale (:solr:solrj)
    Test output: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=6 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:-UseCompressedOops -XX:+UseParallelGC -Ptests.seed=6343F3BBA8FCC7CF -Ptests.multiplier=3 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=6 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:-UseCompressedOops -XX:+UseParallelGC -Ptests.seed=6343F3BBA8FCC7CF -Ptests.multiplier=3 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=6 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:-UseCompressedOops -XX:+UseParallelGC -Ptests.seed=6343F3BBA8FCC7CF -Ptests.multiplier=3 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=6 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:-UseCompressedOops -XX:+UseParallelGC -Ptests.seed=6343F3BBA8FCC7CF -Ptests.multiplier=3 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=6 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:-UseCompressedOops -XX:+UseParallelGC -Ptests.seed=6343F3BBA8FCC7CF -Ptests.multiplier=3 -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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace 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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/woodstox-LICENSE-[type].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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/listenablefuture-LICENSE-[type].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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace 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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/woodstox-LICENSE-[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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/handlebars-LICENSE-[type].txt, where [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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/handlebars-LICENSE-[type].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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/listenablefuture-LICENSE-[type].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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/json-LICENSE-[type].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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/json-LICENSE-[type].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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xmlunit-LICENSE-[type].txt, 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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xmlunit-LICENSE-[type].txt, 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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace 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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace 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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace 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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace 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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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/workspace/Lucene-Solr-cloud2refimpl-Linux/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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 298 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1232, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:1367, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java:683, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java:700, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java:703, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/SolrQoSFilter.java:68, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/SolrQoSFilter.java:68, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/SolrQoSFilter.java:71, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/SolrQoSFilter.java:71, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/SolrQoSFilter.java:73, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/SolrQoSFilter.java:73, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/SolrQoSFilter.java:93, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/SolrQoSFilter.java:93, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/SolrQoSFilter.java:102, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/SolrQoSFilter.java:102, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java:179, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:947, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java:160, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java:160, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java:180, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java:180, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java:207, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java:207, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java:212, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java:215, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/workspace/Lucene-Solr-cloud2refimpl-Linux/solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java:215, 
  Foun

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

idate-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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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/workspace/Lucene-Solr-cloud2refimpl-Linux/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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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/workspace/Lucene-Solr-cloud2refimpl-Linux/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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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/workspace/Lucene-Solr-cloud2refimpl-Linux/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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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 '/home/jenkins/tools/java/64bit/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace 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/workspace/Lucene-Solr-cloud2refimpl-Linux/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/workspace/Lucene-Solr-cloud2refimpl-Linux/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 16m 57s
792 actionable tasks: 792 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Recording test results
[Checks API] No suitable checks publisher found.
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any